#include <afxext.h>

来源:百度知道 编辑:UC知道 时间:2024/06/24 17:08:51
请问一下朋友们,这个头文件里的代码主要起什么作用的呀?请知道的朋友指点一二。

定义MFC一些扩展的东西,定义的类包括:
// Classes declared in this file

//CObject
//CCmdTarget;
//CWnd
//CButton
class CBitmapButton; // Bitmap button (self-draw)

class CControlBar; // control bar
class CStatusBar; // status bar
class CToolBar; // toolbar
class CDialogBar; // dialog as control bar
class CReBar; // ie40 dock bar

class CSplitterWnd; // splitter manager

//CView
//CScrollView
class CFormView; // view with a dialog template
class CEditView; // simple text editor view

//CDC
class CMetaFileDC; // a metafile with proxy

class CRectTracker; // tracker for rectangle objects